home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 March / PCgo 2008-03 (CD).iso / interface / styles / staticlist.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-09-17  |  253 b   |  16 lines

  1. div.borderBoxContent div a
  2. {
  3.     padding-left: 10px;
  4.     padding-right: 10px;
  5.   text-decoration: none;
  6.   font-size: 14px;
  7.   font-weight: normal;
  8.   color: #000;
  9. }
  10.  
  11. div.borderBoxContent div a:hover
  12. {
  13.   background-color: #E7E7E7;
  14.   color: #f00;
  15. }
  16.